.tag{
    font-size: 18px;
    color: #333;
    line-height: 32px;
    padding-bottom: 14px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
}

/*
    顶部导航
*/
.navbar li{
  float: left; 
}
.navbar li a{
  display: block;
  line-height: 90px;
  padding: 0 22px;
  color: #fff;
  font-size: 16px;
  transition: all .3s;
}

.navbar li.on a,
.navbar li a:hover{
  color: #fff;
  background: #171c8f;
}
.navbar li{position: relative;}
.nav li ul{position:absolute; left:0; top:90px !important; width:180%; background-color:#171c8f;display:none; overflow:hidden;z-index: 999;}
.nav li ul li{ width:100%; height:40px;margin-top: 0;background: none;}
.nav li ul li a{ height: 40px;font-size:14px;color:#fff; line-height:40px; display:block; white-space: nowrap;padding: 0 ;text-align: center;background: none;border: none;}
.nav li ul li a:hover{ color:#fff;background:rgba(0,0,0,.1);height: 40px;line-height: 40px; margin: 0;}
.nav .on ul li a{background:#171c8f;color:#fff;height: 40px; line-height: 40px; margin: 0;}
.nav .on ul li a:hover{background:rgba(0,0,0,.1);height: 40px;line-height: 40px; margin: 0;}


.header-wrap{
    position: relative;
}
.header{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99;
}
.header .nav-content .w{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.welcome{
	width: 100%;
	height: 50px;
	background: rgba(0,0,0,0.6);
}
.welcome .search{
	width: 1200px;
	margin: 0 auto;
}
.search p{
	color: #fff;
	line-height: 50px;
	float: left;
	overflow: hidden;
}
.w-search{
	float: right;
	overflow: hidden;
}
.w-search a{
	color: #fff;
	text-transform: uppercase;
	overflow: hidden;
	height: 22px;
	display: block;
	float: left;
	margin-top: 14px;
	margin-left: 20px;
}
.w-search a.one{
	background: url(../image/01.png) no-repeat;
	background-position: left;
	padding-left: 30px;	
}
.w-search a.two{
	background: url(../image/02.png) no-repeat;
	background-position: left;
	padding-left: 30px;	
}
.w-search a.three{
	background: url(../image/03.png) no-repeat;
	background-position: left;
	padding-left: 30px;	
}

.search2{
    float: left;margin-left: 15px;
}
.search-key{
    width: 200px;
    height: 30px;
    float: left;
    color: white;
    border-radius: 15px;background: transparent;
    border: 1px white solid;margin-top: 8px;text-indent: 10px;
}
.seainbtn{
    float: left;
}
.search-button{
    background-color: transparent;
    border: none;margin-top:15px;
}
.header .nav-content{
	width: 100%;
	height: 90px;
	background: rgba(0,0,0,0.3)
	
}
.logo img{
	margin-top:3px;
	float: left;
	overflow: hidden;
}
.nav-text{
	float: right;
	overflow: hidden;
	line-height: 90px;
	/* height: 90px; */
}
.nav1{
	float: left;
	overflow: hidden; 
	text-align: center;    
}
.nav1 ul{
	transform: translateY(100%);
	/* margin-left: -30px; */
}
.nav1 ul li{
	padding: 0 30px;
	height: 50px;
	text-align: center;
	background: rgb(0,0,0,0.6);
	color: #fff;
	line-height: 50px;
}
.nav1:hover ul {
	transform: translateY(0);
	/* margin-left: -70px; */
}
.nav1 ul li:hover{
	background: rgb(23,28,143,0.9);
}
.nav-text a{
	color: #fff;
	background: url(../image/nav-text1.png) no-repeat;
	background-position: right;
	padding:0 24px;
	/* margin-right: 60px; */
	margin: 0 20px;
	transition: 0.1s;
}
.nav1:hover a{
	color: #f2e800;
	background: url(../image/nav-text.png) no-repeat;
	background-position: right;
}
.nav-text a:nth-of-type(6){
	background: none;
	margin-right: 0;
	/* padding-right: 0; */
}
.banner-int{
	text-align: center;
	padding-top: 240px;
}
.banner-int h3{
	font-size: 36px;
	color: #333;
	padding-bottom: 20px;
}
.banner-int h5{
	font-size: 36px;
	color: #555;
	padding-bottom: 24px;
	font-weight: normal;
}
.banner-int a{
	width: 180px;
	height: 40px;
	border-radius: 3px;
	background: rgb(255, 255, 255,0);
	border: 1px solid #171c8f;
	color: #171c8f;
	display: inline-block;
	line-height: 40px;
	margin-top: 16px;
}
.banner-int a:hover{
	background: #171c8f;
	border: 1px solid #171c8f;
	color: #fff;
}
.w{
	width: 1200px;
	margin: 0 auto;
}
.avant-region{
    padding:80px 0;
    background: #f3f3f3;
}
.w .adv{
	width: 216px;
	height: 240px;
	background: #fff;
	float: left;
	/* overflow: hidden; */
	text-align: center;
	margin-right: 30px;
	transition: .5s;
}
.adv:hover{
	box-shadow: 0 0 15px #ccc;
	transform:translateY(-5px) ;
}
.adv img{
	margin: 0 auto;
	margin-top:70px;
}
.adv p{
	font-size: 16px;
	color: #333;
	margin-top:10px;
}
.adv:last-of-type{
	margin-right: 0;
}
.pro-application{
	width: 100%;
	margin-top: 70px;
	overflow: hidden;
}
.application-item{
    position: relative;
}
.application-item img{
    width: 100%;
    display: block;
}
.ap-1,.ap-2{
	width: 50%;
	float: left;
	overflow: hidden;
	color: #fff;
}
.application-desc{
	width: 100%;
	/* height: 185px; */
	background: rgba(38,97,167,0.5);
	padding: 5% 10% 6% 30%;
	margin-top: 530px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
}
.ap-1-int{
    text-align: left;
    padding: 6% 15% 6% 25%;
}
.ap-2-int{
    text-align: right;
    padding: 6% 25% 6% 15%;
}
.application-desc p{
	/* width: 470px; */
	/* white-space: normal; */
	/* overflow: hidden; */
	/* text-overflow: ellipsis; */
	height: 50px;
	line-height: 28px;
}
.application-desc h6{
	font-size: 16px;
	margin-bottom: 12px;
}
.application-desc h6:hover{
	color: #f2e800;
}
.ap-2{
	float: right;
	overflow: hidden;
}

.ap-2 .ap-1-int{
	width: 100%;
	/* height: 185px; */
	background: rgba(38,97,167,0.5);
	padding: 5% 30% 6% 10%;
	margin-top: 530px;
}
.i-product{
    padding: 60px 0;
}
.title{
	width: 180px;
	text-align: center;
	margin: 0 auto;
	
}
.title h3{
	font-size: 28px;
	color: #333;	
}
.title p{
	color: #666;
	text-transform: uppercase;
	margin:10px 0;
}
.title img{
	margin: 0 auto;
	margin-bottom: 30px;
}
.classify{
	width: 1140px;
	margin: 0 auto;
	margin-bottom: 40px;
	overflow: hidden;
	text-align: center;;
}
.classify a{
	color: #333;
	/* width: 170px; */
	height: 40px;
	border: 1px solid #ccc;
	text-align: center;
	line-height: 40px;
	/* float: left; */
	overflow: hidden;
	border-radius: 20px;
	margin: 0 10px;
	padding: 0 50px;
	display: inline-block;
	transition: .5s;
}
.classify a:hover{
	border-color: #171c8f;
	background: #171c8f;
	color: #fff;
}
.pro2{
	margin-bottom: 30px;
	overflow: hidden;
}
.pro{
	float: left;
    overflow: hidden;
    margin-right: 27px;
    margin-bottom: 30px;
    position: relative;
    border: 1px solid #ccc;
    box-sizing: border-box
}
.pro p{
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	background: rgba(0,0,0,.2);
	color: #333;
	line-height: 60px;
	font-size: 16px;
	transform: translateY(100%);
	transition: .5s;
	opacity: 0;
}
.pro:hover p{
	transform: translateY(0);
	opacity: 1;
}
.pro:nth-of-type(3n){
	margin-right: 0;
}
.pro img{
	transition: 0.5s;
}
.pro:hover img{
	transform: scale(1.1);
}
.but a{
	width: 180px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background: #f3f3f3;
	border: 1px solid #171c8f;
	border-radius: 3px;
	color: #171c8f;
	display: block;
	overflow: hidden;
	margin: 0 auto;
}
.but a:hover{
	color: #fff;
	border: 1px solid #171c8f;
	background: #171c8f;
}
.Indp{
	width: 1340px;
	margin: 0 auto;
	/*margin-top: 70px;*/
	/* overflow: hidden; */
}
.Indp .switch{
	width: 40px;
	height: 60px;
	border: 1px solid #999;
	float: left;
	margin-top: 134px;
	background: url(../image/switch1.png) no-repeat center center;
}
.Indp .switch.next{
	background-image: url(../image/switch2.png);
	margin-left: 26px;
}
.Indp .switch:hover{
	background: #171c8f url(../image/switch1_on.png) no-repeat center center;
}
.Indp .switch.next:hover{
	background-image: url(../image/switch2_on.png);
}
.Indp .switch img{
	margin: 0 auto;
	margin-top: 19px;
}

.Indp .ind1{
	float: left;
	margin-left: 28px;
	transition: .5s;
}


.Ind{position:relative}
.Ind .next{position:absolute;right:0;top:0}
.ind1:hover{
	transform: scale(1.05);
}
/* .ind1 img{
	transition: .5s;
} */
/* .ind1 img:hover {
	transform: scale(1.05);
} */
.ind1 p{
	width: 382px;
	height: 50px;
	background: rgb(0,0,0,0.9);
	color: #fff;
	line-height: 50px;
	text-align: center;
	margin-top: -5px;
	/* display: block; */
	/* transition: .5s; */
}
.ind1:hover p{
	/* color: #fff; */
	background: #171c8f;
	/* transform: scale(1.05); */
}
.new{
	margin-top:70px;
	overflow: hidden;
	background: url(../image/new-bcak.jpg) no-repeat;
}
.new .title h3{
	color: #fff;
	margin-top:60px;
}
.new .title p{
	color: #ccc;
}
.news{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 60px;
	overflow: hidden;
}
.new_text{
	width: 392px;
	background: #fff;
}
.new_text h6{
	font-size: 16px;
	color: #171c8f;
	padding: 28px 0 14px 22px;
}
.new_text h6:hover{
	color: #cfc800;
}
.new_text p{
	color: #666;
	padding: 0 35px 18px 22px;
	white-space: normal;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 28px;
}
.new_text a{
	color: #171c8f;
	padding-left:22px; 
	margin-bottom: 28px;
	display: inline-block;
}
.new_text a:hover{
	color: #cfc800;
}
.new_text span{
	font-size: 12px;
	color: #ccc;
	margin-left: 198px;
}
.new1{
	float: left;
	margin-right: 12px;
}
.new1:nth-of-type(3n){
	margin-right: 0;
}
.tail{
	margin-top: 90px;
	overflow: hidden;
	width: 100%;
	background: #ccc;
}
.tail .tail_up{
	height: 292px;
	background: #282828;
	overflow:hidden; 
}
.tail .tail_up_int{
	width: 1200px;
	margin: 0 auto;
}
.tail ul{
	color: #fff;
    margin-top: 60px;
    float: left;
    margin-right: 50px;
    height: 214px;
    overflow: hidden;
}
.tail ul .int1{
	font-size: 18px;
	margin-bottom: 28px;
}
.tail ul li{
	line-height: 32px;
}
.tail .focus{
	float: right;
	margin-top:60px;
}
.tail .focus h6{
	font-size: 18px;
	color: #fff;
	font-weight: normal;
}
.tail .focus a{
	float: left;
	margin-left: 16px;
	margin-top:30px;
}
.tail .tail_down{
	height: 50px;
	background: #171717;
	overflow:hidden; 
}
.tail_down_int{
	width: 1200px;
	margin: 0 auto;
	line-height: 50px;
	color: #ccc;
	text-align: center;
    display: flex;
}
.tail_down_int a{
	color: #ccc;
	margin-right: 30px;
	float: left;
}